home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
pyshared
/
lazr.restfulclient-0.9.3.egg-info
/
PKG-INFO
< prev
next >
Wrap
Text File
|
2009-09-07
|
3KB
|
93 lines
Metadata-Version: 1.0
Name: lazr.restfulclient
Version: 0.9.3
Summary: This is a template for your lazr package. To start your own lazr package,
Home-page: https://launchpad.net/lazr.restfulclient
Author: LAZR Developers
Author-email: lazr-developers@lists.launchpad.net
License: LGPL v3
Download-URL: https://launchpad.net/lazr.restfulclient/+download
Description: ..
This file is part of lazr.restfulclient.
lazr.restfulclient is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, version 3 of the License.
lazr.restfulclient is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public License
along with lazr.restfulclient. If not, see <http://www.gnu.org/licenses/>.
LAZR restfulclient
************
This is a pure template for new lazr namespace packages.
Please see https://dev.launchpad.net/LazrStyleGuide and
https://dev.launchpad.net/Hacking for how to develop in this
package.
This is an example Sphinx_ `Table of contents`_. If you add files to the docs
directory, you should probably improve it.
.. toctree::
:glob:
*
docs/*
.. _Sphinx: http://sphinx.pocoo.org/
.. _Table of contents: http://sphinx.pocoo.org/concepts.html#the-toc-tree
Importable
==========
The lazr.restfulclient package is importable, and has a version number.
>>> import lazr.restfulclient
>>> print 'VERSION:', lazr.restfulclient.__version__
VERSION: ...
===========================
NEWS for lazr.restfulclient
===========================
0.9.3 (2009-08-05)
==================
Removed a sys.path hack from setup.py.
0.9.2 (2009-07-16)
==================
- Fields that can contain binary data are no longer run through
simplejson.dumps().
- For fields that can take on a limited set of values, you can now get
a list of possible values.
0.9.1 (2009-07-13)
==================
- The client now knows to look for multipart/form-data representations
and will create them as appropriate. The upshot of this is that you
can now send binary data when invoking named operations that will
accept binary data.
0.9 (2009-04-29)
================
- Initial public release
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python